Skip to content

Conversation

kakakakakku
Copy link
Contributor

Issue #, if available:
N/A

Description of changes:
Hi😀 Thanks for the useful patterns!

To prevent future deployment issues, I updated the Lambda Node.js runtime version to nodejs22.x.

While testing lambda-sqs-terraform, I noticed that the Lambda runtime version nodejs16.x was deprecated. Although it's still deployable at the moment, it will not be allowed after October 1, 2025.
https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html

Check

terraform apply completed successfully and works good.

$ aws lambda invoke --function-name QueuePublisherFunction response.json --region us-east-1
$ aws sqs receive-message --queue-url https://sqs.us-east-1.amazonaws.com/000000000000/terraform-20250803233159603400000002 --region us-east-1
{
    "Messages": [
        {
            "MessageId": "0d21cb17-aebd-46c0-bd1a-7e751e8b36ea",
            "ReceiptHandle": "AQEBbxE0aKAGP2KiExKZCGcydSkEp5Z87jO8motSTMAuD7U260xhi2elRxlJEfTRT6BwCKuWYutUHw1IRTrEebk5sXcWN8mB9AAx0QZUUD+dYPk/XvRxuKHunhVN6Y1WqbI+VyvZHp3gYfmpMbOXtqmzWXXypoPb18WUTZ1sZ3Mc7MbT+zFoTwb6IBi/RGDRq2/q515PSBSt2ChdFvx5uUK8cUAnt/cwc8BKcLeyBPN36SuCJZSPpc0AT9SY3V3CnisWfCpfEASfRkrjQxdQL80T5aMP3lXhyF6GGI+8WD8S4fUB7BebZb7cksGk/HysuaJ6SornQ4B5uHyItYj1cRCwir4O9py29DJi/UkYvGQvDgwia/JY3Gd6zax9XLD+RpyYjosJGVjRUbuZubyGhIht3PTs+Mq4Cdl5siOsdk2Kmxk=",
            "MD5OfBody": "6dab270b464b247462756a3038f48ce5",
            "Body": "Message at Sun Aug 03 2025 23:49:16 GMT+0000 (Coordinated Universal Time)"
        }
    ]
}

Thank you😀


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@ellisms
Copy link
Contributor

ellisms commented Aug 15, 2025

Thanks for the updates @kakakakakku . I will add this to the queue for publishing.

@julianwood julianwood merged commit d8c6928 into aws-samples:main Aug 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants